home *** CD-ROM | disk | FTP | other *** search
- object FavorOptForm: TFavorOptForm
- Left = 234
- Top = 106
- BorderStyle = bsDialog
- Caption = 'Favorite Folders Options '
- ClientHeight = 322
- ClientWidth = 395
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 5
- Width = 369
- Height = 48
- AutoSize = False
- Caption =
- 'PowerArchiver will automatically list archives found in the foll' +
- 'owing Favorite Folders. To add or remove a Favorite Folder, clic' +
- 'k the buttons below.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 184
- Width = 381
- Height = 43
- AutoSize = False
- Caption =
- 'If you open an archive that is not in one of your Favorite Folde' +
- 'rs, PowerArchiver can add the folder to your Favorite Folders.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 180
- Width = 377
- Height = 9
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 8
- Top = 286
- Width = 377
- Height = 9
- Shape = bsTopLine
- end
- object RadioButton1: TRadioButton
- Left = 24
- Top = 223
- Width = 353
- Height = 17
- Caption = '&Add the folder to my Favorite Folders automatically'
- TabOrder = 3
- end
- object RadioButton2: TRadioButton
- Left = 24
- Top = 243
- Width = 353
- Height = 17
- Caption = 'A&sk before adding the folder to my Favorite Folders'
- TabOrder = 4
- end
- object RadioButton3: TRadioButton
- Left = 24
- Top = 264
- Width = 353
- Height = 17
- Caption = '&Do not add the folder to my Favorite Folders'
- TabOrder = 5
- end
- object Button3: TButton
- Left = 112
- Top = 151
- Width = 134
- Height = 25
- Caption = '&Add a Favorite Folder'
- TabOrder = 1
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 253
- Top = 151
- Width = 132
- Height = 25
- Caption = '&Remove folder(s)'
- TabOrder = 2
- OnClick = Button4Click
- end
- object Button1: TButton
- Left = 134
- Top = 291
- Width = 121
- Height = 25
- Caption = 'OK'
- Default = True
- TabOrder = 6
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 264
- Top = 291
- Width = 121
- Height = 25
- Caption = '&Cancel'
- TabOrder = 7
- OnClick = Button2Click
- end
- object DirList: TdfsExtListView
- Left = 8
- Top = 56
- Width = 377
- Height = 90
- SmallImages = FavoriteForm.dfsSystemImageList1
- Columns = <
- item
- Width = 333
- end>
- ExtendedStyles = [lvxFullRowSelect]
- ColumnsFormat = <>
- ReadOnly = True
- MultiSelect = True
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnKeyDown = DirListKeyDown
- end
- end
-